'Declaration Public Function New( _
ByVal itemsИсходная коллекция элементов.As System.Collections.Generic.IList(Of T), _
ByVal selectedItemsВыбранная коллекция элементов.As System.Collections.Generic.IList(Of T) _
)
public ItemSelectionManager<T>(
System.Collections.Generic.IList<T> items,
System.Collections.Generic.IList<T> selectedItems
)
public: ItemSelectionManager<T>(
System.Collections.Generic.IList<T*>* items,
System.Collections.Generic.IList<T*>* selectedItems
)
public:
ItemSelectionManager<T>(
System.Collections.Generic.IList<T^>^ items,
System.Collections.Generic.IList<T^>^ selectedItems
)
Parameters
- items
- Исходная коллекция элементов.
- selectedItems
- Выбранная коллекция элементов.